Skip to content

Conversation

LuminaX-alt
Copy link
Owner

… deployments

Fix Azure OpenAI audio behavior where transcriptions vs translations depended solely on deployment.

  • Updated audio.transcriptions.create() to always include task="transcribe".
  • Updated audio.translations.create() to always include task="translate".
  • Ensures explicit and predictable behavior across OpenAI and Azure deployments.

Fixes: openai#1910

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Additional context & links

… deployments

Fix Azure OpenAI audio behavior where transcriptions vs translations depended solely on deployment.

- Updated audio.transcriptions.create() to always include task="transcribe".
- Updated audio.translations.create() to always include task="translate".
- Ensures explicit and predictable behavior across OpenAI and Azure deployments.

Fixes: openai#1910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure OpenAI client transcribes or translates speech depending on the deployment used, not the library function
1 participant